Are there any books dedicated to writing test code? [on hold]

Posted by joshin4colours on Programmers See other posts from Programmers or by joshin4colours
Published on 2013-06-25T16:34:57Z Indexed on 2013/06/25 22:28 UTC
Read the original article Hit count: 341

Filed under:
|
|

There are many programming books dedicated to useful programming and engineering topics, like working with legacy code or particular languages. The best of these books become "standard" or "canonical" references for professional programmers.

Are there any books like this (or that could be like this) for writing test code? I don't mean books about Test-Driven Development, nor do I mean books about writing good (clean) code in general. I'm looking for books that discuss test code specifically (unit-level, integration-level, UI-level, design patterns, code structures and organization, etc.)

© Programmers or respective owner

Related posts about testing

Related posts about books